|
Website - Filters - URL Filters
URL filters are used to reject request for specified sequences or strings. These filters are a very important
part of the server's security as they (by default) disallow directory traversals, alternate file streams and
escaping after normalization. It is by no means advisable to ever disable this security feature or any of the
default sequences. Any URL sequences matches will cause the server to reject the request by returning HTTP error 401.
URL Filters
Allows the server administrator to add, edit, delete and reorder website URL filters.
URL Filters - Item
Sequence |
Specifies the sequence to search for within the request. Any matches will cause the server to reject the request by returning HTTP error 401. |
Scan request |
Specifies whether the request part of the request URI will be scanned for the specified sequence. |
Scan query |
Specifies whether the query string part of the request URI will be scanned for the specified sequence. |
|
|
|